NotEmptySet
@Serializable(with = NotEmptySetSerializer::class)
@SinceKotoolsTypes(version = "4.0")
Representation of sets that contain at least one element of type E.
Functions
Properties
Extensions
Link copied to clipboard
Returns the size of this collection, or returns ZeroInt if this collection is null
.